/* Global */
left {
    box-sizing: border-box;
}
 
.product description .product {
    height: 100%;
    min-height: 100%;
}
 
.product description .product {
    font-family: 'Roboto',
    sans-serif;
    margin: 20px;
    background-color: #fff;
}

/*Home Button*/

form {
	position: relative;
    display: inline-block;
    font-size: 12px;
    border: none;
    cursor: pointer;
    font-weight: normal;
	background-color: #333;
}

.Button {
	position: relative;
    display: inline-block;
    /*padding: 6px 59px 5px 60px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
    font-weight: normal;
    height: 25px;
    width: 150px;
    margin: 2px -3px -5px 0;
	/*background-color: #333;*/
}

.Button {
	color: #000;
}

/*Footer wrapper*/

.footer-bottom-wrapper a{
	color: #fff;
}

/*form*/

form input {
    max-height:100px;
    max-width:100px;
}

/*Dropdown*/

.dropbtn {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    font-weight: normal;
    height: 25px;
    width: 150px;
    margin: 2px -3px 0;
	background-color: #333; 
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #699}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}

.dropdown:hover .dropbtn {
    background-color: #0C9;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: right;
  padding: 8px 16px;
  text-decoration: none;
}

.addtocart_btn-grp {
  float: inherit;      
}

